home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 November: Tool Chest / Dev.CD Nov 98 TC.toast / Sample Code / Snippets / Development Tools & Languages / Windoid / Windoid.MAMake < prev    next >
Encoding:
Text File  |  1993-01-18  |  1.7 KB  |  42 lines  |  [TEXT/MPS ]

  1. #---------------------------------------------------------------------------------------------------
  2. #                                                                                                   |
  3. #    File:            Windoid.MAMake                                                                    |
  4. #                                                                                                   |
  5. #    Description:    Makefile for Windoid.                                                           |
  6. #                                                                                                   |
  7. #                                                                                                   |
  8. #    Copyright © 1991 by Apple Computer, Inc.  All rights reserved.                                  |
  9. #---------------------------------------------------------------------------------------------------
  10.  
  11.  
  12. #---------------------------------------------------------------------------------------------------
  13. #    List here the Application's Name
  14. AppName = Windoid
  15.  
  16.  
  17. #---------------------------------------------------------------------------------------------------
  18. #    List resource files that the Rez file includes if you want to include
  19. #    more or less than the standard set
  20.  
  21. OtherRsrcFiles = ∂
  22.     "{MAObj}FloatWindow.rsrc"
  23. #    "{SrcApp}views.rsrc"
  24.  
  25.  
  26. #---------------------------------------------------------------------------------------------------
  27. #    List any additional interfaces that your application is dependent on
  28. OtherInterfaces =  ∂
  29.     "{SrcApp}IncludeFiles.h" ∂
  30.     "{SrcApp}WindoidRez.h"
  31.     
  32.  
  33. #---------------------------------------------------------------------------------------------------
  34. #    Name any other object files to link in
  35. OtherLinkFiles = 
  36.  
  37.  
  38. #---------------------------------------------------------------------------------------------------
  39. #    Express any additional dependencies for separate compilations.
  40. #    Include dependencies for the MacApp and Building block interfaces
  41. #    if you are dependent on them
  42.